Welcome![Sign In][Sign Up]
Location:
Search - ram disk

Search list

[Other resourceNucleus_plus_file

Description: 嵌入式操作系统Nucleus Plus中使用的文件系统,可支持IDE、Floppy Disk、 RAM Disk,由于驱动的原因源码中只能直接支持RAM Disk,与硬件相关的需要按照模板自行提供驱动。本源码已经经过严格测试,并已移植到VxWorks平台上。 -Embedded Operating System Nucleus Plus, the use of the file system that can support IDE, Floppy Disk, RAM Disk. As the driver source code which can only directly support RAM Disk. hardware-related need to provide their own driver template. The source had to undergo a rigorous testing and have been transplanted to VxWorks platforms.
Platform: | Size: 333934 | Author: 马克 | Hits:

[OS Developefiramdisk

Description: EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efiramdisk.zip:提供EFI平台下的RAM DISK的源码,使得计算机在EFI环境下,就能够把部分内存映像成为一个具体物理硬盘,加速文件的访问和操作。-EFI (Extensible Firmware Interface) is the next generation BIOS is gradually replacing the computer's BIOS become FIRMWARE standards. Intel is the brand new type of PC firmware architecture, interface and services to the recommended standards. Its main purpose is to provide a group before loading the OS (pre-) on all platforms the same. correctly designated the launch environment. EFI the ISO is UEFI. Efiramdisk.zip : EFI platform to provide the RAM DISK source code, EFI makes computer environment, we could become part of a memory mapping specific physical hard disks, faster file access and operation.
Platform: | Size: 12432 | Author: 席振新 | Hits:

[Driver DevelopDDK_BCHKD_Custom_Events

Description: RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it. This sample is a software only Windows NT Device Driver. This driver is provided for educational purposes only. Generally the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM disk.-RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custo m BoundsChecker events to a DDK driver. It links kchecker to the library and has several BOUNDSC HECKER () calls in it. This sample is a software o nly Windows NT Device Driver. This driver is pro vided for educational purposes only. Generall y the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM d isk.
Platform: | Size: 23593 | Author: wiyn | Hits:

[Crack Hackswapfs-2

Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: | Size: 106000 | Author: 王红正 | Hits:

[Crack Hackswapfs-1

Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: | Size: 33495 | Author: 王红正 | Hits:

[Driver Developramdisk

Description: 虚拟RAM磁盘的驱动程序源代码!-Virtual RAM disk driver source code!
Platform: | Size: 11241 | Author: mboma | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[Crack Hackswapfs-2

Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: | Size: 105472 | Author: 王红正 | Hits:

[Crack Hackswapfs-1

Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: | Size: 32768 | Author: 王红正 | Hits:

[Driver Developramdisk

Description: 虚拟RAM磁盘的驱动程序源代码!-Virtual RAM disk driver source code!
Platform: | Size: 11264 | Author: mboma | Hits:

[Other Embeded programNucleus_plus_file

Description: 嵌入式操作系统Nucleus Plus中使用的文件系统,可支持IDE、Floppy Disk、 RAM Disk,由于驱动的原因源码中只能直接支持RAM Disk,与硬件相关的需要按照模板自行提供驱动。本源码已经经过严格测试,并已移植到VxWorks平台上。 -Embedded Operating System Nucleus Plus, the use of the file system that can support IDE, Floppy Disk, RAM Disk. As the driver source code which can only directly support RAM Disk. hardware-related need to provide their own driver template. The source had to undergo a rigorous testing and have been transplanted to VxWorks platforms.
Platform: | Size: 333824 | Author: 马克 | Hits:

[File OperateDirectDisk

Description: 已直接通过API读写DISK ram test , 建立DISK 管理方式。-has directly through the API reading and writing DISK ram test, the establishment DISK management.
Platform: | Size: 4096 | Author: 姚大福 | Hits:

[OS Developefiramdisk

Description: EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efiramdisk.zip:提供EFI平台下的RAM DISK的源码,使得计算机在EFI环境下,就能够把部分内存映像成为一个具体物理硬盘,加速文件的访问和操作。-EFI (Extensible Firmware Interface) is the next generation BIOS is gradually replacing the computer's BIOS become FIRMWARE standards. Intel is the brand new type of PC firmware architecture, interface and services to the recommended standards. Its main purpose is to provide a group before loading the OS (pre-) on all platforms the same. correctly designated the launch environment. EFI the ISO is UEFI. Efiramdisk.zip : EFI platform to provide the RAM DISK source code, EFI makes computer environment, we could become part of a memory mapping specific physical hard disks, faster file access and operation.
Platform: | Size: 12288 | Author: 席振新 | Hits:

[Driver DevelopDDK_BCHKD_Custom_Events

Description: RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it. This sample is a software only Windows NT Device Driver. This driver is provided for educational purposes only. Generally the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM disk.-RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custo m BoundsChecker events to a DDK driver. It links kchecker to the library and has several BOUNDSC HECKER () calls in it. This sample is a software o nly Windows NT Device Driver. This driver is pro vided for educational purposes only. Generall y the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM d isk.
Platform: | Size: 23552 | Author: wiyn | Hits:

[Driver DevelopRAMDISK

Description: Ramdisk 是一个用于演示纯软件的 Windows(r) 2000 设备驱动程序的示例。此驱动程序会创建一个指定大小的 RAM 盘。您可以像使用任何其他磁盘一样使用此 Ramdisk,但在您关闭计算机时该磁盘的内容会丢失。(一般来说,Windows(r) 2000 缓存管理器在优化内存使用方面比 Ramdisk 要好得多。)-Ramdisk is a pure software used for demonstration of Windows (r) 2000 device driver sample. This driver creates a RAM disk of specified sizes. You can use any other disk as the same as using the Ramdisk, but when you shut down your computer the contents of the disk will be lost. (Generally speaking, Windows (r) 2000 cache management in optimizing the memory usage much better than Ramdisk.)
Platform: | Size: 24576 | Author: tony zhao | Hits:

[VxWorksRamDisk

Description: VxWorks下有关创建虚拟磁盘(即划分一块内存空间为虚拟磁盘使用)的源程序和工程文件,包括调试信息和使用也写在里边了。-VxWorks under the creation of virtual disk (that is divided into a memory space for the virtual disk to use) the source and project files, including debug information and use it to write in the inside.
Platform: | Size: 18432 | Author: Andy | Hits:

[USB developusb

Description: EPSON USB DEVICE MASS-STORAGE CLASS driver, BULK ONLY on Ram disk
Platform: | Size: 35840 | Author: Ji | Hits:

[Disk ToolsCOMBI-Disk

Description: 一款DOS下的RAM disk和disk cache组合在一起的工具。-A RAM disk under DOS and disk cache combination tool.
Platform: | Size: 38912 | Author: 李政 | Hits:

[Industry researchcreating_ramdisk_kd-team.pdf

Description: HOW to CREATE RAM DISK
Platform: | Size: 109568 | Author: jackel | Hits:

[Driver Developramdisk_wdf

Description: windows内核驱动,实现windows系统上虚拟磁盘-windows kernel driver, to achieve the virtual disk windows system
Platform: | Size: 17408 | Author: Andy | Hits:
« 12 3 4 »

CodeBus www.codebus.net